update docs - softserial limit - #11771
Conversation
Branch Targeting SuggestionYou've targeted the
If This is an automated suggestion to help route contributions to the appropriate branch. |
PR Summary by QodoFix telemetry docs: remove outdated softserial baud-rate limits
AI Description
High-Level Assessment
Files changed (1)
|
Code Review by Qodo
1.
|
Code Review by Qodo
1. MAVLink not transmit-only
|
|
Just an FYI for contributors: The tentative schedule for INAV 10 is to have a full release in mid December. That means RC2 needs to be in early to mid November, which places INAV 10.0RC1 at September 1. Please plan to have any new features for INAV 10.0 ready for RC1 no later than September 1. After that, 10.1 will follow about six to seven months later. |
Remove the outdated "softserial is limited to 19200" claim: there is no hard baud cap in serial_softserial.c (the baud table extends to 2470000), but softserial is bit-banged, so low rates remain the reliable choice. Fix the "buad" typo and align Serial.md, Telemetry.md and Blackbox.md. Correct the MAVLink description: INAV's MAVLink implementation is bidirectional (it parses inbound messages such as RADIO_STATUS), not transmit-only; fix the comma splice and note softserial usability.
AI review — expanded + retargeted ✅Thanks RomanLut — the direction was right, so I expanded the cleanup and retargeted the base. Now: base What changed (verified against code)
Base retarget is clean (the branch's merge-base is an ancestor of |
Software serial does not limit to 19200 since version 5 or so. Fixed misleading docs.